drm/vc4: Fix crash if we have to unbind HDMI.
authorEric Anholt <eric@anholt.net>
Mon, 13 Nov 2017 22:23:48 +0000 (14:23 -0800)
committerpopcornmix <popcornmix@gmail.com>
Tue, 6 Feb 2018 12:37:56 +0000 (12:37 +0000)
commit467e46688b5a5a3e1634a22ab18a4fda30f3c782
tree9686c96a245391d5db6443a66a27f9ada11e6c31
parent6e1fff71dcef500a24943f63ce869b7c3400aed1
drm/vc4: Fix crash if we have to unbind HDMI.

We need the card to unregister before the codec that the card
references.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_hdmi.c